﻿/* 更新于21.1.20(2)
 * 技术QQ：998839
 */
* {
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
	word-break: break-word;
}
body{line-height: 28px;font-family:sans-serif;}
img{max-width: 100%;}
xmp {
	width: 100%;
	overflow: hidden;
	white-space: normal;
}

.chat-all-reply>p {
	color: #666;
}

.chat-all-reply>p>b {
	color: #000;
}

.body-head {
	height: 58px;
	position: relative;
}

.body-head-middle {
	width: 1000px;
	height: 58px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.logo {
	height: 33px;
	width: 120px;
	background: url(../images/logo01.jpg) no-repeat;
	background-size: 120px 33px;
	background-position: 0 0;
	display: inline-block;
	margin-right: 35px;
}

.driver-line {
	display: inline-flex;
}

.driver-line>li {

	display: list-item;
	padding: 0 16px;
	color: #333;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
	font-size:16px;
	height: 58px;
	line-height: 58px;
	font-weight:600;
}
.driver-line>li a{color:#FF9122;}
.driver-line>li:hover {background:#FF9122;}
.driver-line>li:hover a{color:#FFF;}
.body-head-memu {
   display: none;
   }
.shadow {
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	width: 100%;
	height: 2px;
	border-top: 1px solid #d6d6d6;
	background-color: rgba(0, 0, 0, .06);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#11000000', endColorstr='#11000000');
	overflow: hidden;
}

.head-search {
	width: 130px;
	position: relative;
}

.head-search>input {
	border: 1px solid #efefef;
	background-color: #efefef;
	width: 108px;
	height: 34px;
	padding: 0 10px;
	line-height: 34px;
	font-size: 14px;
	color: #000;
	border-radius: 4px;
	-webkit-transition: width .5s ease 0s;
	transition: width .5s ease 0s;
}

.head-search-icon {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	background-image: url(../images/header-sprites15.png);
	background-position: -30px -110px!important;
	overflow: hidden;
}

.login-list-item {
	display: inline-block;
	margin-right: 6px;
	width: 26px;
	height: 26px;
	background-image: url(../images/header-sprites15.png);
	overflow: hidden;
	vertical-align: -7px;
}

.login-list>a {
	cursor: pointer;
	font-size: 12px;
}

.split {
	display: inline-block;
	margin-right: 6px;
	width: 1px;
	height: 14px;
	background-color: #c9c9c9;
	overflow: hidden;
	vertical-align: -2px;
}

.weibo {
	background-position: 0 -50px!important;
}

.weibo:hover {
	background-position: 0 -80px!important;
}

.qq {
	background-position: -30px -50px!important;
	;
}

.qq:hover {
	background-position: -30px -80px!important;
	;
}

.wx {
	background-position: 0px -165px!important;
	;
}

.wx:hover {
	background-position: -30px -165px!important;
	;
}

.login-list {
	margin-left: 70px;
}

.login-list>a {
	margin-right: 6px;
	color: orange;
}

.body-middle {
	width: 1000px;
	margin: 0 auto;
}

.body-middle-headline {
	margin: 15px 0 20px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

.body-middle-headline>a {
	color: #666;
}

.body-middle-headline>a:hover,
.login-list>a:hover {
	text-decoration: underline;
}

.body-middle-headline>span {
	color:#FF9900;
}
.body-middle-headline>span a{color:#FF9900;}
.body-middle-body {
	margin-top: 20px;
	position: relative;
}

.body-left {
	width: 680px;
	display: inline-block;
}

.body-left-head>h1 {
	color: #333;
	line-height: 40px;
	font-size:20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e5e5e5;
}

.body-left-head>div>span {
	color: #999;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

.body-left-head-01 {
	color: #333;
	font-size:14px;
	padding: 13px 0 0;
	margin-bottom:16px;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
}

.user-list {
    display: flex;
	padding: 16px 0;
	color: #333;
	border: 1px solid #e5e5e5;
	margin:15px 0 15px;
	width:100%;
}

.avatar {
	height: 90px;
	width: 90px;
	border-radius: 50%;
	overflow: hidden;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 15px;
}

.user-list-info {
	width: 440px;
	padding-left: 22px;
	height: 99px;
}

.info-head-title {
	display: inline-block;
	margin-left: 12px;
	padding: 0 5px 0 13px;
	line-height: 14px;
	border: 1px solid #ff9d00;
	color: #f2912e;
	font-size: 12px;
	border-radius: 2px;
	vertical-align: top;
	white-space: nowrap;
	margin-top:6px;
}

.info-head-title-icon {
	position: absolute;
	margin: -4px 0 0 -24px;
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/list_sprites.png) no-repeat -100px -40px;
	overflow: hidden;
}

.user-list-info>p {
	font-size: 14px;
	line-height: 20px;
	height:20px;
	overflow: hidden;
	margin: 6px 0 8px 0;
}

.info-bot>ul {
	display: inline-flex;
}

.info-bot>ul>li {
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 50%;
	margin-right: 5px;
}

.info-bot>span {
	font-size: 12px;
}

.info-bot {
	display: flex;
	align-items: center;
}

.contact {
	width: 110px;
	height: 96px;
	border-left: 1px solid #e5e5e5;
	float: left;
	text-align: center;
	cursor: pointer
}

.contact-logo {
	width: 32px;
	height: 32px;
	background: url(../images/list_sprites.png) no-repeat 0 -61px;
	display: block;
	margin: 18px auto 0;
}

.contact>p {
	font-size: 14px;
	padding: 12px 0;
	color: #333;
}

.body-left-middle p {line-height:1.8; font-size:16px;}
.body-left-middle img {margin:10px 0;}
.body-left-middle>h3 {
	margin: 15px 0;
	font-size: 18px;
	color: #333;
	display: inline-block;
}

.body-left-middle>h2 {
	font-size: 24px;
	color: #333;
	margin: 18px 0;
	display: inline-block;
}

.list-t {
	padding: 0 6px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	background: #ff9d00;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	font-size: 14px;
	margin-right: 10px;
}

.tips-box {
	margin: 35px 0;
	border: 1px solid #ffe3b7;
	background-color: #fff5e5;
	padding: 15px 20px;
	line-height: 26px;
	color: #333;
	font-size: 14px;
}

.item-pbox {
	font-size:16px;
	line-height: 26px;
	margin:10px 0 10px;
	word-break: break-all;
	color:#333;
	text-align: justify;
	
}
.item-pbox .it_ask_user { float:right; color:#D2D2D2; margin-bottom:10px; font-size:12px;}

.weixin {
	color: red;
	font-weight: bold;
}

.item-pbox>b {
	/*color: #333;*/
}

.item>img {
	width: 680px;
	background: rgb(252, 242, 220);
	display: block;
	margin: 10px 0;
}

.item-img-info {
	color: #999;
	font-size: 12px;
}

.lcopyright {
	width: 680px;
	padding-top:45px;
	background: url("../images/copyright.png") no-repeat center center;
	overflow: hidden;
	margin-top: 20px;
}

.lcopyright>p {
	background-color: #fff;
	line-height: 20px;
	color: #d1d1d1;
	font-size: 12px;
}
.lcopyright>p em {color:#FFA448;}
.body-left-bot {
	margin-top: 35px;
	display: flex;
}

.bot-chat {
	overflow: hidden;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-right: 20px;
}

.bot-chat02 {
	width: 615px;
	position: relative;
}

.bot-chat02-area {
	height: 55px;
	width: 585px;
	padding: 14px;
	resize: none;
	outline: 0;
	border-radius: 5px;
	float: right;
	font-size: 14px;
	color: #000;
	border: 1px solid #ffa200;
	cursor: default;
	user-select: none;
}

.bot-chat02>button {
	width: 114px;
	height: 30px;
	border: 0;
	outline: 0;
	cursor: pointer;
	display: block;
	float: right;
	margin: 20px 0;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	padding: 0;
	line-height: 30px;
	background: #ff9d00;
	color: #FFF;
}

.bot-chat-all {
	border-top: 1px solid #e5e5e5;
}

.bot-chat-all .bot-chat-title {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	line-height: 24px;
	margin: 36px 0;
}

.bot-chat-all>ul>li {
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
	overflow: hidden;
}

.chat-all-img {
	display: flex;
	align-items: center;
}

.chat-all-img>img {
	overflow: hidden;
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	/*float: left;*/
}

.chat-all-img .chat-user {
	display: inline-block;
}

.chat-all-info {
	/*float: left;*/
	margin-left: 58px;
	width: 615px;
	position: relative;
}

.chat-all-img .chat-user-info .chat-user {
	font-size:16px;
	color:#666;
	font-weight: normal;
	line-height: 28px;
}

.chat-all-info-lv {
	color: #eb5443;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}

.chat-all-img .chat-user-info {
	margin-left: 10px;
}

.chat-all-img .chat-user-info .chat-time{
	font-size: 12px;
	color: #999;
	font-weight: normal;
	line-height: 14px;
}

.chat-all-info>div {
	font-size: 14px;
	color: #000;
	line-height: 28px;
	margin-top: 8px;
}

.chat-all-reply {
	background: #f8f8f8;
	position: relative;
	padding: 8px;
	font-size: 14px;
	color: #000;
	line-height: 28px;
	margin-top: 10px;
	box-sizing: border-box;
}


.body-right {
	position: relative;
	width: 275px;
	float: right;
	padding-top: 5px;
}

.body-right-list {
	background-color: white;
}

.share-list {
	display: flex;
	justify-content: space-between;
}

.share-list>li {
	width: 68px;
	height: 70px;
	text-align: center;
	text-decoration: none;
	color: #333;
	cursor: default;
}

.share-list>li>span {
	display: inline-flex;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
}

.body-right-title {
	font-size: 18px;
	padding-bottom: 5px;
	color: #333;
	width: 275px;
	margin:15px 0 10px;
	cursor: pointer;
}

.body-right-middle {
	position: relative;
	min-height: 710px;
}

.right-box {
	padding-left: 5px;
	min-height: 710px;
	position: relative;
	overflow-y: hidden;
}

.right-box-list {
	padding-left: 17px;
	border-left: 1px solid #d4d4d4;
	width: 235px;
}
.right-related {position: relative;
	margin-bottom:15px;}
.right-related .right-related-title{font-size: 18px;
	padding-bottom: 5px;
	color: #333;
	width:235px;
	margin:15px 0 10px;
	cursor: pointer;}

.right-related ul li { line-height:1.8; font-size:14px; padding-bottom:6px;}
.right-related ul li a{color:#FFAB57;font-size:14px;}
.right-related ul li a:hover { text-decoration:underline;}
.right-related ul li span { font-size:12px; color:#CECECE;}
.right-box-item {
	position: relative;
	margin-bottom: 20px;
}

.right-box-code {
	text-align: center;
	background-color:#FFEAD5;
	border-radius:10px;
	line-height: 30px;
	margin-top:10px;
	padding: 10px 0;
}

.right-box-code>p>span {
	display: inherit;
}

.right-box-code>p>span>span {
	display: block;
}

.item-big {
	font-size:16px;
	color:#333;
	font-weight:600;
	
}
.item-big>a {
	cursor: pointer;
	color:#333;
}

.item-list {
    font-size:14px;
	line-height:18px;
}
.item-list>a {
	cursor: pointer;
	margin-top:10px;
	display: block;
	color:#666;
	position: relative;
}
.item-list a:hover,.item-big a:hover {color:#FF8B17; text-decoration:underline;}
.item-point {
	width: 16px;
	height: 12px;
	display: inline-block;
	background: url("../images/list_sprites.png") no-repeat -46px -25px;
	display: inline-block;
	position: absolute;
	left: -26px;
	top: 4px;
}

.chat-all-info>img {
	width: 100%;
	margin-top: 10px;
}

.weixin {
	display: inline-flex;
}

.leftlist-day {
	font-weight: bold;
	font-size: 18px;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
	.body-right,
	.bot-chat,
	.contact,
	.driver-line,
	.login-list,
	.head-search,
	.phoneHide {
		display: none!important;
	}
	.body-head-middle,
	.body-middle,
	.body-left,
	.item>img,
	.lcopyright,
	.bot-chat02,
	.bot-chat02-area {
		width: 100%!important;
	}
	.body-middle-headline { padding-left:16px;}
	/*-- 手机导航栏 --*/
	.body-head-memu {
	display:inline-block;position: absolute;z-index: 99999;
	margin-left:330px;
	margin-top:4px;
	}
	.body-head-m-menu{
		width: 30px;
		height: 30px;	
	}
	.body-head-m-ul{
		background-color:#FF9900;
	   	color:#FFF;
	    width: 120px;
	    box-sizing: border-box;
	    position: absolute;
	    right:-10;
	    border-radius:6px;
	    text-align: center;
	    opacity: 0;
	}
	.body-head-m-ul>li{
		height: 20px;
   		overflow: hidden;
		display: list-item;
	    
   		padding: 10px 0;
   		border-bottom: 1px dashed rgba(255,255,255,0.5);;
	}
	.body-head-m-ul>li a{ color:#FFF;}
	/*-- 手机导航栏//end --*/
	.body-left-head>h1 {
	line-height:28px;
	font-size:20px;
	padding-bottom:8px;
     }
	.item-pbox .it_ask_user {margin-bottom:6px;}
	.bot-chat02-area {
		padding: 0;
	}
	.body-middle-body {
		padding: 0 15px
	}
	.user-list-info>p,
	.user-list-info,
	.item>img {
		height: auto!important;
	}
	.chat-all-info>div,
	.chat-all-reply>p {
		width: 100%;
	}
	.user-list {
	margin:6px 0;
    }
	.user-list-info {
		width:100%;
	}
	.avatar {
		width:80px;
		height:40px;
		padding-top:20px;
		background-size:100% 100%;
	}
	.chat-all-info {
		width: 100%;
		float: none;
		margin-left: 0px;
	}
	.driver-line>li {
		padding: 0 10px;
	}
	.chat-all-info>h3,
	.chat-all-info>h4 {
		margin-left: 45px;
	}
}
/*--- 友情链接 ---*/
.flinks {float:left;width:100%;clear:both;color:#666; font-size:12px; margin:10px 0px;background: #F6F6F6; padding:6px 0;}
.flinks a {color:#666;}
.flinks span {font-weight:600;float:left; padding-left:6px;}
.flinks ul{ padding:4px 6px;}
.flinks ul li{font-size:10px; color:#1A65B0; line-height:1.6; display:inline; padding-right:4px;}
@media (max-width:544px){ 
   .flinks {display:none;}
}
/*-- 底部版权 --*/
.body-bot {
    float:left;
	width:100%;
	text-align:center;
	margin-top:4px;
	background-color: #3c3c3c;
	color: rgb(90, 90, 90);
	line-height: 22px;
	padding-bottom: 20px;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
}
.body-bot p a{color: rgb(90, 90, 90);}
/*-- 回到顶部 --*/
.izl-rmenu{position:fixed;right:10px;bottom:30px;bottom:10%;z-index:99999;}
.izl-rmenu .btn{width:35px;height:35px;cursor:pointer;position:relative;}
.izl-rmenu .btn-top{background:#98A3AC url("../images/go-top.png") no-repeat;border-radius: 6px;height:35px;opacity: 0.85;}
.izl-rmenu .btn-top:hover {background-position: -36px 0px;}
@media (max-width:544px){ 
   .izl-rmenu .btn{width:24px;height:24px;}
   .izl-rmenu .btn-top {background-size:200%;}
   .izl-rmenu .btn-top:hover {background-position: -24px 0px;}
} 
/*--- 弹出窗口 技术QQ：998839 ---*/
.popup-wrap .popup-box{ }
.popup-wrap * { box-sizing: border-box; margin: 0; padding: 0; border: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: none }
.popup-wrap { width: 100%; height: 100%; position: fixed; display: none; top: 0; left: 0; content: ""; z-index: 99; background-color: rgba(51,51,51,.5) }
.popup-wrap .popup-box { width:240px; background: #fff; position: absolute; -webkit-transform: translate(-50%, -80%); transform: translate(-50%, -80%); top: 50%; left: 50%; font-size: 18px; text-align: center; border-radius:5px; }
.popup-wrap .popup-box .content, .popup-wrap .popup-box .popup-close, .popup-wrap .popup-box .title { width: 100%; left: 0; text-align: center; vertical-align: middle }
.popup-wrap .popup-box .title {margin-top:12px; }
.popup-wrap .popup-box .title .notice-title { height:20px; line-height:20px; vertical-align: middle; font-size:16px; font-weight:700;color: #333333; }
.popup-wrap .popup-box .title .warm-icon { background: url(../img/error.png) no-repeat 50%; background-size: contain }
.popup-wrap .popup-box .title .success-icon,
.popup-wrap .popup-box .title .warm-icon { width:40px; height:40px; display: block; margin: 0 auto 10px; vertical-align: middle; box-sizing: content-box }
.popup-wrap .popup-box .title .success-icon { background: url(../img/success.png) no-repeat 50%; background-size: contain }
.popup-wrap .popup-box .content {font-size:12px;line-height:20px; padding:2px;}
.popup-wrap .popup-box .popup-cancle { width: 82px; height:24px;line-height:24px;border-radius:10px; font-size: 12px; border: 1px solid #999; color: #999; margin:10px 16px 10px 0;}
.popup-wrap .popup-box .popup-close { width: 82px; height:24px;line-height:24px; display: inline-block; border-radius:10px;  margin: 0 auto; font-size: 12px; border: 1px solid #FF3300; color: #FFF; background:#FF3300; margin:10px auto; }
